home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / SimpleGraphicInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.0 KB  |  67 lines

  1. GeneralTextInspector = {
  2.     ACTIONS = {
  3.     changeAlignment:;
  4.     changeBgGray:;
  5.     takeAlignmentFrom:;
  6.     changeBgColor:;
  7.     changeBorderType:;
  8.     takeBgGrayFrom:;
  9.     changeTextColor:;
  10.     ok:;
  11.     takeRepresentationFrom:;
  12.     takeTextGrayFrom:;
  13.     takeBorderTypeFrom:;
  14.     revert:;
  15.     changeTextGray:;
  16.     };
  17.     OUTLETS = {
  18.     bgGrayMatrix;
  19.     alignmentMatrix;
  20.     borderTypeMatrix;
  21.     colorWell;
  22.     bgColorWell;
  23.     textGrayMatrix;
  24.     };
  25.     SUPERCLASS = Inspector;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. SimpleGraphicInspector = {
  33.     ACTIONS = {
  34.     changeFillGrayWithMatrix:;
  35.     changeLineThickness:;
  36.     changeUseOfFill:;
  37.     changeLineGrayWithMatrix:;
  38.     changeFillColor:;
  39.     changeUseOfOutline:;
  40.     changeLineColor:;
  41.     };
  42.     OUTLETS = {
  43.     lineGrayMatrix;
  44.     fillGrayMatrix;
  45.     useOutlineSwitch;
  46.     lineWidthMatrix;
  47.     lineColorWell;
  48.     fillColorWell;
  49.     useFillSwitch;
  50.     };
  51.     SUPERCLASS = Inspector;
  52. };
  53. Inspector = {
  54.     ACTIONS = {
  55.     revert:;
  56.     ok:;
  57.     };
  58.     OUTLETS = {
  59.     selectedGraphic;
  60.     slist;
  61.     controller;
  62.     graphicView;
  63.     panel;
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67.